x86/spec-ctrl: split reporting for PV and HVM guests
authorJan Beulich <jbeulich@suse.com>
Wed, 29 Aug 2018 14:28:52 +0000 (16:28 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 29 Aug 2018 14:28:52 +0000 (16:28 +0200)
commit86619be2f7f527442a9cdfc4fb60e9373e72a506
treeb6ee3b41ec618747a05ab2d5f87110e4b17c7f40
parent725cc2edce3d9cda38c107a23851cf3d578773aa
x86/spec-ctrl: split reporting for PV and HVM guests

Putting them on separate lines was suggested before, and is going to
become necessary eventually anyway as things get added here. Split them
now, and put the respective pieces in CONFIG_* conditionals at the same
time.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
xen/arch/x86/spec_ctrl.c